home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Puzzle
/
Cubox.swf
/
scripts
/
DefineSprite_237
/
frame_15
/
DoAction_5.as
< prev
next >
Wrap
Text File
|
2004-06-30
|
2KB
|
88 lines
if(active == "1")
{
if("5" >= Blix1 and "5" >= Blix2 and Blix1 == Blix2 and "0" < Blix1 and "0" < Blix2)
{
tellTarget("shock1")
{
gotoAndPlay(2);
}
}
if("5" >= Blix2 and "5" >= Blix3 and Blix2 == Blix3 and "0" < Blix2 and "0" < Blix3)
{
tellTarget("shock2")
{
gotoAndPlay(2);
}
}
if("5" >= Blix4 and "5" >= Blix5 and Blix4 == Blix5 and "0" < Blix4 and "0" < Blix5)
{
tellTarget("shock3")
{
gotoAndPlay(2);
}
}
if("5" >= Blix5 and "5" >= Blix6 and Blix5 == Blix6 and "0" < Blix5 and "0" < Blix6)
{
tellTarget("shock4")
{
gotoAndPlay(2);
}
}
if("5" >= Blix7 and "5" >= Blix8 and Blix7 == Blix8 and "0" < Blix7 and "0" < Blix8)
{
tellTarget("shock5")
{
gotoAndPlay(2);
}
}
if("5" >= Blix8 and "5" >= Blix9 and Blix8 == Blix9 and "0" < Blix8 and "0" < Blix9)
{
tellTarget("shock6")
{
gotoAndPlay(2);
}
}
if("5" >= Blix1 and "5" >= Blix4 and Blix1 == Blix4 and "0" < Blix1 and "0" < Blix4)
{
tellTarget("shock7")
{
gotoAndPlay(2);
}
}
if("5" >= Blix2 and "5" >= Blix5 and Blix2 == Blix5 and "0" < Blix2 and "0" < Blix5)
{
tellTarget("shock8")
{
gotoAndPlay(2);
}
}
if("5" >= Blix3 and "5" >= Blix6 and Blix3 == Blix6 and "0" < Blix3 and "0" < Blix6)
{
tellTarget("shock9")
{
gotoAndPlay(2);
}
}
if("5" >= Blix4 and "5" >= Blix7 and Blix4 == Blix7 and "0" < Blix4 and "0" < Blix7)
{
tellTarget("shock10")
{
gotoAndPlay(2);
}
}
if("5" >= Blix5 and "5" >= Blix8 and Blix5 == Blix8 and "0" < Blix5 and "0" < Blix8)
{
tellTarget("shock11")
{
gotoAndPlay(2);
}
}
if("5" >= Blix6 and "5" >= Blix9 and Blix6 == Blix9 and "0" < Blix6 and "0" < Blix9)
{
tellTarget("shock12")
{
gotoAndPlay(2);
}
}
}